From 70952e3151273395843d5f91ee7eae6fc0416bde Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 26 Feb 2002 20:54:02 +0000 Subject: [PATCH] Sorted non-stripped n6110.c reqd modules to the end of the commented list --- common/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/Makefile b/common/Makefile index bffab22..f09a1e8 100644 --- a/common/Makefile +++ b/common/Makefile @@ -19,10 +19,8 @@ DIRS = protocol \ newmodules # files/midifile.o \ -# gsm-ringtones.o \ # gsm-wap.o \ # gsm-calendar.o \ -# gsm-bitmaps.o \ # protocol/fbusirda.o \ # protocol/mbus.o \ # protocol/at.o \ @@ -30,9 +28,11 @@ DIRS = protocol \ # newmodules/sniff/sniff.o \ # newmodules/newat.o \ # gsm-phonebook.o \ +# gsm-bitmaps.o \ +# gsm-networks.o \ # gsm-coding.o \ # gsm-sms.o \ -# gsm-networks.o \ +# gsm-ringtones.o \ OBJS = devices/device.o \ data/rlp-common.o \ -- 1.8.3.1