]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/board/netta/Makefile
post: convert makefiles to Kbuild style
[people/ms/u-boot.git] / post / board / netta / Makefile
index 2d73f55f25360889d9829d911f08c6b9e2669491..cd27a5ce34a9a9e3300dc0def43898f483598b6f 100644 (file)
@@ -4,10 +4,7 @@
 #
 # SPDX-License-Identifier:     GPL-2.0+
 #
-include $(OBJTREE)/include/autoconf.mk
 
-LIB    = libpostnetta.o
+CPPFLAGS += -I$(TOPDIR)
 
-COBJS-$(CONFIG_HAS_POST)       += codec.o dsp.o
-
-include $(TOPDIR)/post/rules.mk
+obj-$(CONFIG_HAS_POST) += codec.o dsp.o