Newer
Older
barebox / arch / sandbox / os / Makefile
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 22 Oct 2009 299 bytes [SANDBOX] Move include/asm-sandbox/arch-* to arch/sandbox/*/include/mach
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