Ignore:
Timestamp:
Apr 3, 2013, 11:13:13 PM (12 years ago)
Author:
David Azarewicz
Message:

Makefile updates
Debug output improvements
Support for ACPI suspend/resume added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/Makefile

    r152 r153  
    4646VENDOR=$(%VENDOR)
    4747!else
    48 VENDOR=Mensys BV
     48VENDOR=Unknown
    4949!endif
    5050
     
    7979
    8080%PATH=..\..\tools;$(WATCOM)\BINP;$(WATCOM)\BINW;
    81 AS         = wasm
    82 CC         = wcc
    83 MAPSYM     = $(DDK)\base\tools\mapsym.exe
     81AS     = wasm
     82CC     = wcc
     83MAPSYM = $(DDK)\base\tools\mapsym.exe
    8484
    8585!ifdef __LOADDLL__
     
    8989
    9090AFLAGS = -q
    91 #CFLAGS = -ei -5 -d3 -hc -bt=os2 -ms -zu -w3 -wcd=138 -wcd=300 -ecc -zp1 -q -s -zgp -zfp -oi
    9291# In order to build the SMP safe version you must have the updated devhelp.h and define OS2AHCI_SMP.
    93 CFLAGS = -ei -5 -d0 -bt=os2 -ms -zu -w=0 -ecc -zp=1 -q -s -zgp -zfp -oi -DOS2AHCI_SMP
    94 CFLAGS_DEBUG = -ei -5 -d3 -hc -bt=os2 -ms -zu -ecc -zp=1 -q -s -zgp -zfp -od
     92CFLAGS = -ei -6 -d0 -bt=os2 -ms -zu -wx -ecc -zp=1 -q -s -zgp -zfp -oi -DOS2AHCI_SMP
     93CFLAGS_DEBUG = -ei -6 -d3 -hc -bt=os2 -ms -zu -ecc -zp=1 -q -s -zgp -zfp -od
    9594
    9695###############################################################################
     
    150149    @AddToFile $^@,$#define BLD_MONTH,DATEMONTH
    151150    @AddToFile $^@,$#define BLD_DAY,DATEDAY
    152         @AddToFile.cmd $^@,$#define BLDLEVEL,BLDLEVEL2,$(VENDOR),$(BLD_MAJOR).$(BLD_MINOR),AHCI Driver (c) Mensys BV 2013
     151        @AddToFile $^@,$#define BLDLEVEL,BLDLEVEL2,$(VENDOR),$(BLD_MAJOR).$(BLD_MINOR),AHCI Driver (c) Mensys BV 2013
    153152
    154153.asm.obj: .autodepend
Note: See TracChangeset for help on using the changeset viewer.