diff options
| author | Alistair Francis <alistair.francis@wdc.com> | 2018-12-21 16:09:03 -0800 |
|---|---|---|
| committer | Anup Patel <anup@brainfault.org> | 2019-01-04 08:20:50 +0530 |
| commit | d6ddfdce3975c9484f8b7f9a364b3e75da780b2a (patch) | |
| tree | 69ea4f8e8389cbf1490a4abe283d6df0fccc6cca /Makefile | |
| parent | 116f10973b539f056be55a24d2855a7a8b985c27 (diff) | |
| download | opensbi-d6ddfdce3975c9484f8b7f9a364b3e75da780b2a.tar.gz opensbi-d6ddfdce3975c9484f8b7f9a364b3e75da780b2a.tar.bz2 opensbi-d6ddfdce3975c9484f8b7f9a364b3e75da780b2a.zip | |
Makefile: Use generic flags for the firmware
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ GENFLAGS += -I$(platform_dir)/include GENFLAGS += -I$(platform_common_dir)/include GENFLAGS += -I$(include_dir) GENFLAGS += $(platform-genflags-y) +GENFLAGS += $(firmware-genflags-y) # Setup compilation environment cpp=$(CROSS_COMPILE)cpp |
