mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2025-04-21 12:27:27 +03:00
libubb/physmem.c: new function physmem_flush to flush cached writes to memory
This is mainly a wrapper for the "cacheflush" system call.
This commit is contained in:
@@ -15,7 +15,7 @@ TARGET = mipsel-openwrt-linux-
|
||||
CC = $(TARGET)gcc
|
||||
LD = $(TARGET)ld
|
||||
|
||||
CFLAGS = -g -Wall -fPIC -Iinclude
|
||||
CFLAGS = -g -Wall -fPIC -march=mips32 -Iinclude
|
||||
LIB = libubb.a
|
||||
SHLIB = libubb.so
|
||||
|
||||
|
||||
Reference in New Issue
Block a user