initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / misc / crossbuild / fake_utsname / Makefile
1 # Makefile of fake_utsname.o
2
3 INCLUDEDIR = /usr/include
4 CC = gcc
5 CFLAGS = -D__KERNEL__ -DMODULE -O -Wall
6
7 OBJ = fake_utsname.o
8
9 all: $(OBJ)
10
11 clean:
12         rm -f $(OBJ) *~ core