mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 04:24:26 +01:00
baremetal: stat preparing to make perfect like userland/
This commit is contained in:
@@ -108,8 +108,8 @@ Build the baremetal examples with crosstool-NG.
|
||||
[self.env['gcc'], LF] +
|
||||
cflags +
|
||||
[
|
||||
'-c', LF,
|
||||
'-D', 'UART0_ADDR={:#x}'.format(uart_address), LF,
|
||||
'-c', LF,
|
||||
'-o', obj, LF,
|
||||
src, LF,
|
||||
] +
|
||||
|
||||
Reference in New Issue
Block a user