]>
Commit | Line | Data |
---|---|---|
83d290c5 | 1 | # SPDX-License-Identifier: GPL-2.0+ |
e19db555 | 2 | |
40e9ede1 SG |
3 | head-y := arch/sandbox/cpu/start.o arch/sandbox/cpu/os.o |
4 | head-$(CONFIG_SANDBOX_SDL) += arch/sandbox/cpu/sdl.o | |
e19db555 DS |
5 | libs-y += arch/sandbox/cpu/ |
6 | libs-y += arch/sandbox/lib/ |