Makefile 203 B

123456
  1. # SPDX-License-Identifier: GPL-2.0+
  2. head-y := arch/sandbox/cpu/start.o arch/sandbox/cpu/os.o
  3. head-$(CONFIG_SANDBOX_SDL) += arch/sandbox/cpu/sdl.o
  4. libs-y += arch/sandbox/cpu/
  5. libs-y += arch/sandbox/lib/