Fix style
Signed-off-by: Jakub Duchniewicz <j.duchniewicz@gmail.com>
This commit is contained in:
parent
bce8202afe
commit
2bef61b9da
2 changed files with 1 additions and 3 deletions
|
|
@ -13,4 +13,3 @@
|
|||
#else
|
||||
#error "unsupported core"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,5 @@ if(KernelPlatformRock3b)
|
|||
endif()
|
||||
|
||||
add_sources(
|
||||
DEP "KernelPlatformRock3b"
|
||||
CFILES src/arch/arm/machine/gic_v3.c src/arch/arm/machine/l2c_nop.c
|
||||
DEP "KernelPlatformRock3b" CFILES src/arch/arm/machine/gic_v3.c src/arch/arm/machine/l2c_nop.c
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue