Subversion Repositories Kolibri OS

Rev

Rev 1028 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
981 serge 1
 
2
FASM = e:/fasm/fasm.exe
3
CFLAGS = -c -O2 -fomit-frame-pointer -fno-builtin-printf
4
LDRHD  = -shared -T ld.x -s --file-alignment 32
5
6
 
1029 serge 7
981 serge 8
 
1029 serge 9
             ../../include/syscall.h	\
10
             ../../include/pci.h	\
11
             geode.h
12
981 serge 13
 
14
GEODE_SRC:=    amd_geode.h
15
16
 
17
GEODE:=  geode.dll
18
19
 
20
21
 
22
	wlink name $(GEODE) SYS nt_dll lib libdrv op offset=0 op nod op maxe=25 op el op STUB=stub.exe op START=_drvEntry @$(NAME).lk
23
	kpack.exe geode.dll geode.drv
24
25
 
26
	$(CC) $(INCLUDES) $(CFLAGS) -o geode.obj geode.c
27