]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - post/board/pdm360ng/Makefile
post: convert makefiles to Kbuild style
[karo-tx-uboot.git] / post / board / pdm360ng / Makefile
index cb03e5896dff1dbc754f7fa878ad8469b39f779c..3f748892a76cba2fc2c545d05326bc1d4bcb96bd 100644 (file)
@@ -4,10 +4,7 @@
 #
 # SPDX-License-Identifier:     GPL-2.0+
 #
 #
 # SPDX-License-Identifier:     GPL-2.0+
 #
-include $(OBJTREE)/include/autoconf.mk
 
 
-LIB    = libpostpdm360ng.o
+CPPFLAGS += -I$(TOPDIR)
 
 
-COBJS-$(CONFIG_HAS_POST)       += coproc_com.o
-
-include $(TOPDIR)/post/rules.mk
+obj-$(CONFIG_HAS_POST) += coproc_com.o