]> git.sur5r.net Git - u-boot/blobdiff - arch/sandbox/cpu/Makefile
sandbox: Add timer simulation
[u-boot] / arch / sandbox / cpu / Makefile
index 8dfa8283541a2232e829a9e68b51f67ca96dccbe..e5e860b71565197641407a362591c68712e71c44 100644 (file)
 # MA 02111-1307 USA
 #
 
+# os.c is build in the system environment, so needs standard includes
+CPPFLAGS_arch/sandbox/cpu/os.o += -I/usr/include
+
 include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(CPU).o
 
-COBJS  := cpu.o
+COBJS  := cpu.o start.o os.o
 
 SRCS   := $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))