]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - post/cpu/mpc83xx/Makefile
post: convert makefiles to Kbuild style
[karo-tx-uboot.git] / post / cpu / mpc83xx / Makefile
index 6ac56dc2e8c674de0bd9cf6a379fb5fb421225ff..0643d01a7b13a1fc3238e9c10664941503d315ba 100644 (file)
@@ -4,11 +4,7 @@
 #
 # SPDX-License-Identifier:     GPL-2.0+
 #
-include $(OBJTREE)/include/autoconf.mk
 
-LIB    = libpostmpc83xx.o
+CPPFLAGS += -I$(TOPDIR)
 
-AOBJS-$(CONFIG_HAS_POST)       +=
-COBJS-$(CONFIG_HAS_POST)       += ecc.o
-
-include $(TOPDIR)/post/rules.mk
+obj-$(CONFIG_HAS_POST) += ecc.o