Chameleon

Chameleon Commit Details

Date:2012-10-27 06:36:01 (11 years 6 months ago)
Author:Evan Lojewski
Commit:2085
Parents: 2084
Message:Fix module names to match directory names
Changes:
M/trunk/i386/modules/Makefile

File differences

trunk/i386/modules/Makefile
3434
3535
3636
37
37
3838
3939
4040
41
41
4242
4343
4444
endif
ifdef CONFIG_SATA_MODULE
SUBDIRS += sata
SUBDIRS += Sata
endif
ifdef CONFIG_ACPICODEC_MODULE
SUBDIRS += ACPICodec
SUBDIRS += AcpiCodec
endif
CFLAGS= -O3 $(MORECPP) -arch i386 -g -static

Archive Download the corresponding diff file

Revision: 2085