Makefile: sort out CFLAGS and LDFLAGS

This commit is contained in:
xinyangli 2024-12-11 17:01:38 +08:00
parent 5ca5e6972b
commit 3e33f2e0f1
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
4 changed files with 39 additions and 20 deletions

View file

@ -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); }