Makefile: sort out CFLAGS and LDFLAGS
This commit is contained in:
parent
5ca5e6972b
commit
3e33f2e0f1
4 changed files with 39 additions and 20 deletions
|
@ -59,3 +59,4 @@ bool ioe_init() {
|
|||
|
||||
void ioe_read(int reg, void *buf) { ((handler_t)lut[reg])(buf); }
|
||||
void ioe_write(int reg, void *buf) { ((handler_t)lut[reg])(buf); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue