1
0
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:
Werner Almesberger
2013-01-15 23:30:02 -03:00
parent 752a77f015
commit a8f905a85f
3 changed files with 38 additions and 1 deletions

View File

@@ -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