]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - post/lib_powerpc/fpu/Makefile
Merge 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / post / lib_powerpc / fpu / Makefile
index 6aec96c023a8fc4d465387759191b4ca42920e63..ae56a82af350da370534f468e4723437e691a9af 100644 (file)
@@ -5,17 +5,15 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-CPPFLAGS += -I$(TOPDIR)
-
-obj-$(CONFIG_HAS_POST) += 20001122-1.o
-obj-$(CONFIG_HAS_POST) += 20010114-2.o
-obj-$(CONFIG_HAS_POST) += 20010226-1.o
-obj-$(CONFIG_HAS_POST) += 980619-1.o
-obj-$(CONFIG_HAS_POST) += acc1.o
-obj-$(CONFIG_HAS_POST) += compare-fp-1.o
-obj-$(CONFIG_HAS_POST) += fpu.o
-obj-$(CONFIG_HAS_POST) += mul-subnormal-single-1.o
-obj-$(CONFIG_HAS_POST) += darwin-ldouble.o
+obj-y  += 20001122-1.o
+obj-y  += 20010114-2.o
+obj-y  += 20010226-1.o
+obj-y  += 980619-1.o
+obj-y  += acc1.o
+obj-y  += compare-fp-1.o
+obj-y  += fpu.o
+obj-y  += mul-subnormal-single-1.o
+obj-y  += darwin-ldouble.o
 
 CFLAGS := $(shell echo $(CFLAGS) | sed s/-msoft-float//)
 CFLAGS += -mhard-float -fkeep-inline-functions