mirror of
https://github.com/sheumann/hush.git
synced 2025-01-01 17:33:40 +00:00
build system: Makefiles are in source dir, add $(srctree)
This commit is contained in:
parent
b141b9b512
commit
14aa9f7415
4
Makefile
4
Makefile
@ -988,7 +988,7 @@ rpm: FORCE
|
|||||||
boards := $(wildcard $(srctree)/arch/$(ARCH)/configs/*_defconfig)
|
boards := $(wildcard $(srctree)/arch/$(ARCH)/configs/*_defconfig)
|
||||||
boards := $(notdir $(boards))
|
boards := $(notdir $(boards))
|
||||||
|
|
||||||
-include Makefile.help
|
-include $(srctree)/Makefile.help
|
||||||
|
|
||||||
# Documentation targets
|
# Documentation targets
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
@ -1282,7 +1282,7 @@ endif # skip-makefile
|
|||||||
PHONY += FORCE
|
PHONY += FORCE
|
||||||
FORCE:
|
FORCE:
|
||||||
|
|
||||||
-include Makefile.custom
|
-include $(srctree)/Makefile.custom
|
||||||
|
|
||||||
# Declare the contents of the .PHONY variable as phony. We keep that
|
# Declare the contents of the .PHONY variable as phony. We keep that
|
||||||
# information in a variable se we can use it in if_changed and friends.
|
# information in a variable se we can use it in if_changed and friends.
|
||||||
|
Loading…
Reference in New Issue
Block a user