Remove tons of old uClibc/installer system related stuff.

This commit is contained in:
Michael Tremer
2012-08-11 18:13:23 -04:00
parent bb1f8ba08b
commit b7d60471a2
32 changed files with 21 additions and 6229 deletions

View File

@@ -21,10 +21,10 @@
CC = gcc
CFLAGS = -Os -Wall
INCLUDE = -I/opt/i586-uClibc/include
INCLUDE =
LD = gcc
LDFLAGS = -L/install/lib
LDFLAGS =
LIBS = -lnewt -lslang -lpci
COMPILE = $(CC) -c $(INCLUDE) $(CFLAGS)

View File

@@ -20,7 +20,7 @@
CC = gcc
CFLAGS = -O2 -Wall
INCLUDE = -I/opt/i586-uClibc/include
INCLUDE =
LD = ld
LDFLAGS = -i