X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=post%2Fdrivers%2FMakefile;h=9a5a73a0f342fbfec5d46de58401ce490ba70d33;hb=a604b67b877371e6d62b7ec30c858d964c3d4b93;hp=2f6844cca4eb71d69230b7814327dbed2061c96f;hpb=85b8c5c4bf80025de4632ae6c9a8a606e51508a4;p=oweals%2Fu-boot.git diff --git a/post/drivers/Makefile b/post/drivers/Makefile index 2f6844cca4..9a5a73a0f3 100644 --- a/post/drivers/Makefile +++ b/post/drivers/Makefile @@ -1,10 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2002-2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -CPPFLAGS += -I$(TOPDIR) -obj-$(CONFIG_HAS_POST) += flash.o i2c.o memory.o rtc.o +obj-y += flash.o i2c.o memory.o rtc.o