]> Git Repo - J-u-boot.git/blobdiff - scripts/dtc/Makefile
fdt: Sync up to the latest libfdt
[J-u-boot.git] / scripts / dtc / Makefile
index 2a48022c41e7d184660c59de87fa7dce0b345d4b..e999be939831bde794f2aafb7b336c9ed36f4544 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 # scripts/dtc makefile
 
 hostprogs-y    := dtc
@@ -27,5 +28,5 @@ HOSTCFLAGS_dtc-parser.tab.o := $(HOSTCFLAGS_DTC)
 # dependencies on generated files need to be listed explicitly
 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
 
-# generated files need to be cleaned explicitly
-clean-files    := dtc-lexer.lex.c dtc-parser.tab.c dtc-parser.tab.h
+# Added for U-Boot
+subdir-$(CONFIG_PYLIBFDT) += pylibfdt
This page took 0.021589 seconds and 4 git commands to generate.