summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/os/Makefile
blob: 2980301e1565b92f24cb90dac37aea0bdd4f36a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
machine-y := sandbox

machdirs := $(patsubst %,arch/sandbox/mach-%/,$(machine-y))

ifeq ($(KBUILD_SRC),)
CPPFLAGS := $(patsubst %,-I%include,$(machdirs))
else
CPPFLAGS = $(patsubst %,-I$(srctree)/%include,$(machdirs))
endif

CPPFLAGS += -P
CFLAGS := -Wall
NOSTDINC_FLAGS :=

obj-y = common.o tap.o