diff options
Diffstat (limited to 'post/board/pdm360ng/Makefile')
-rw-r--r-- | post/board/pdm360ng/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/post/board/pdm360ng/Makefile b/post/board/pdm360ng/Makefile index cb03e58..3f74889 100644 --- a/post/board/pdm360ng/Makefile +++ b/post/board/pdm360ng/Makefile @@ -4,10 +4,7 @@ # # 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 |