SPDX: Convert all of our single license tags to Linux Kernel style
[oweals/u-boot.git] / board / freescale / common / p_corenet / Makefile
index f37b25cf834ef3bb92cfd706781511d01269b90e..29c9d544ae59e182b89f5fb6b6d10d8e07db0e71 100644 (file)
@@ -1,15 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0+
 #
 # (C) Copyright 2002-2006
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-#
-# 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