diff options
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index afe0e5339..5de8aef96 100644 --- a/src/makefile +++ b/src/makefile @@ -36,7 +36,7 @@ DIRECT_BOOT_OBJECTS = start.o kernel.o taskmgr.o cpumgr.o syscall.o \ RUNTIME_OBJECTS = -BASE_MODULES = trace errl devicefw scom xscom initservice taskargs pnor i2c +BASE_MODULES = trace errl devicefw scom xscom initservice taskargs pnor vfs i2c EXTENDED_MODULES = targeting ecmddatabuffer hwpf fapi hwp plat \ extinitsvc istepdisp isteps DIRECT_BOOT_MODULES = example |