Merge branch 'master' of git://git.denx.de/u-boot-arm
[platform/kernel/u-boot.git] / board / freescale / common / p_corenet / Makefile
index f37b25c..1f399d2 100644 (file)
@@ -4,12 +4,7 @@
 #
 # SPDX-License-Identifier:     GPL-2.0+
 #
-include $(TOPDIR)/config.mk
 
-LIB    = libp_corenet.o
-
-COBJS-y                        += law.o
-COBJS-$(CONFIG_PCI)    += pci.o
-COBJS-y                        += tlb.o
-
-include $(TOPDIR)/post/rules.mk
+obj-y                  += law.o
+obj-$(CONFIG_PCI)      += pci.o
+obj-y                  += tlb.o