X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=c6a9c0deb97b2efa82dc1d781673320652d1535a;hb=3c5edd8ca594c73162ef01c45dbf4ea6f7148003;hp=7e5fd9466b982bf2bdd0f6710ecbe0d70c93c1e5;hpb=37d82beb57fa5ff2cee42b7caebfbb9f6c2c3f42;p=platform%2Fkernel%2Fu-boot.git diff --git a/Makefile b/Makefile index 7e5fd94..c6a9c0d 100644 --- a/Makefile +++ b/Makefile @@ -300,10 +300,6 @@ LIBS-y += api/libapi.o LIBS-y += post/libpost.o LIBS-y += test/libtest.o -ifneq ($(CONFIG_OMAP_COMMON),) -LIBS-y += $(CPUDIR)/omap-common/libomap-common.o -endif - ifneq (,$(filter $(SOC), mx25 mx27 mx5 mx6 mx31 mx35 mxs vf610)) LIBS-y += arch/$(ARCH)/imx-common/libimx-common.o endif