Chameleon

Chameleon Commit Details

Date:2011-08-30 21:48:16 (12 years 7 months ago)
Author:JrCs
Commit:1485
Parents: 1484
Message:Select which module to compile with config
Changes:
M/trunk/i386/modules/Makefile

File differences

trunk/i386/modules/Makefile
1010
1111
1212
13
14
13
14
1515
16
17
18
1619
20
21
22
23
24
25
26
27
28
29
30
31
1732
1833
1934
include ${SRCROOT}/Make.rules
# The order of building is important.
SUBDIRS = klibc uClibcxx Resolution HelloWorld
# The order of building modules is important.
SUBDIRS =
ifdef CONFIG_KLIBC_MODULE
SUBDIRS += klibc
endif
ifdef CONFIG_UCLIBCXX_MODULE
SUBDIRS += uClibcxx
endif
ifdef CONFIG_RESOLUTION_MODULE
SUBDIRS += Resolution
endif
ifdef CONFIG_HELLOWORLD_MODULE
SUBDIRS += HelloWorld
endif
CFLAGS= -O3 $(MORECPP) -arch i386 -g -static
DEFINES=
CONFIG = hd

Archive Download the corresponding diff file

Revision: 1485