diff options
Diffstat (limited to 'post/drivers/Makefile')
-rw-r--r-- | post/drivers/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/post/drivers/Makefile b/post/drivers/Makefile index 6720f85..2f6844c 100644 --- a/post/drivers/Makefile +++ b/post/drivers/Makefile @@ -4,10 +4,7 @@ # # SPDX-License-Identifier: GPL-2.0+ # -include $(TOPDIR)/config.mk -LIB = libpostdrivers.o +CPPFLAGS += -I$(TOPDIR) -COBJS-$(CONFIG_HAS_POST) += flash.o i2c.o memory.o rtc.o - -include $(TOPDIR)/post/rules.mk +obj-$(CONFIG_HAS_POST) += flash.o i2c.o memory.o rtc.o |