Changeset 10

Show
Ignore:
Timestamp:
03/15/03 19:30:30 (9 years ago)
Author:
sam
Message:

Replicated Change 29 by sam@borg_greg on 2003/02/20 17:40:35<<<

make fixups; add top-level Makefile

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cvs-import/trunk/ath_hal/Makefile

    r3 r10  
    1111# 
    1212 
    13 
    14 # Path to the HAL source code. 
    15 
    16 HAL=    ../hal 
     13include ../Makefile.inc 
    1714 
    1815AH_SRCS=${HAL}/ah.c ${HAL}/ah_regdomain.c 
     
    4239OBJS=   ${AH_OBJS} ${AR5210_OBJS} ${AR5211_OBJS} ${AR5212_OBJS} 
    4340 
    44 CFLAGS= -I. -I${HAL} -D_BUILD_STANDALONE_ -D__KERNEL__ -O 
     41CFLAGS= -I. -I${HAL} -D_BUILD_STANDALONE_ ${COPTS} 
    4542 
    4643hal.o:  hal_syms.o Makefile 
  • cvs-import/trunk/driver/Makefile

    r9 r10  
    33# Makefile for the Atheros WLAN driver. 
    44# 
    5 DESTDIR= 
    6  
    7 VERSION=        2.4.20 
    8  
    9 
    10 # Path to the HAL source code. 
    11 
    12 HAL=    ../hal 
    13 
    14 # Path to the build area for the HAL. 
    15 
    16 ATH_HAL=../ath_hal 
    17 
    18 # Path to the 802.11 include files 
    19 
    20 WLAN=   ../wlan 
    21 
    22 # Path to the Linux kernel include files. 
    23 
    24 LINUX=  ../../linux-${VERSION}/include 
     5include ../Makefile.inc 
    256 
    267SRCS=   ah_osdep.c if_ath.c if_ath_cs.c if_ath_pci.c 
     
    3213 
    3314CFLAGS= -I. -I${ATH_HAL} -I${HAL} -I${WLAN} -I${LINUX} \ 
    34         -D_BUILD_STANDALONE_ -D__KERNEL__ -DMODULE -g -O 
     15        -D_BUILD_STANDALONE_ -D__KERNEL__ -DMODULE ${COPTS} 
    3516 
    3617#ALL=   ath_cs.o ath_pci.o 
  • cvs-import/trunk/wlan/Makefile

    r7 r10  
    33# Makefile for the 802.11 WLAN module. 
    44# 
    5 DESTDIR= 
    6  
    7 VERSION=        2.4.20 
    8  
    9 
    10 # Path to the Linux kernel include files. 
    11 
    12 LINUX=  ../../linux-${VERSION}/include 
     5include ../Makefile.inc 
    136 
    147SRCS=   if_ieee80211subr.c if_media.c rc4.c 
    158OBJS=   if_ieee80211subr.o if_media.o rc4.o 
    169 
    17 #CFLAGS=        -I. -I${LINUX} -D__KERNEL__ -DMODULE -g -O 
    18 CFLAGS= -I. -I${LINUX} -D__KERNEL__ -g -O 
     10#CFLAGS=        -I. -I${LINUX} -D__KERNEL__ -DMODULE ${COPTS} 
     11CFLAGS= -I. -I${LINUX} -D__KERNEL__ ${COPTS} 
    1912 
    2013all:    wlan.o