diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-04-03 10:39:05 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-04-04 00:44:52 +0200 |
commit | f4305468d7c49698548babb7366a3b3d813771d2 (patch) | |
tree | 7c965b9ef63128929c0c02c714715c2beb34111a /Makefile.inc | |
parent | 416ab38ea47b5f41b918292b64843e63c100e53c (diff) |
build system: Introduce manual file type
It's used for files with custom build rules, eg.
the objcopy stuff surrounding smm and sipi_vector.
Change-Id: Ie9ab4c9c6008ca42f82f768c5f33f90c7f5f4db5
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/9287
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc index c9285cf3b8..d18acfccad 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -139,6 +139,11 @@ romstage-c-deps:=$$(OPTION_TABLE_H) verstage-c-deps:=$$(OPTION_TABLE_H) bootblock-c-deps:=$$(OPTION_TABLE_H) +# Add handler to add no rules for manual files +define generic-objs_manual_template_gen +# do nothing +endef + ####################################################################### # Add handler to compile ACPI's ASL define ramstage-objs_asl_template |