blob: 2980301e1565b92f24cb90dac37aea0bdd4f36a5 [file] [log] [blame]
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