]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - inmates/demos/arm/Makefile
inmates: Build library archive and link it implicitly
[jailhouse.git] / inmates / demos / arm / Makefile
index 020deae6b9634795595acf482818d4e5f8b4d2f6..b0fda4edc6894ef095dde5ff9f7feed4ac4fda58 100644 (file)
 
 include $(INMATES_LIB)/Makefile.lib
 
-LIBDIR := ../../lib/arm
-
 INMATES := gic-demo.bin uart-demo.bin
 
-gic-demo-y := gic-demo.o \
-       $(addprefix $(LIBDIR)/,header.o printk.o gic.o $(DRIVERS))
-
-uart-demo-y := uart-demo.o \
-       $(addprefix $(LIBDIR)/,header.o printk.o $(DRIVERS))
+gic-demo-y     := gic-demo.o
+uart-demo-y    := uart-demo.o
 
 $(eval $(call DECLARE_TARGETS,$(INMATES)))