GITLAB

에프에이리눅스 / fullcycle-jenkins-joy

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
master
  • fullcycle-jenkins-joy
  • ..
  • ipw2x00
  • Makefile
  • 5113f6f70   kernel add Browse Code »
    김현기
    5 years ago  
Makefile 255 Bytes
edit raw blame history permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
#
# Makefile for the Intel Centrino wireless drivers
#

obj-$(CONFIG_IPW2100) += ipw2100.o
obj-$(CONFIG_IPW2200) += ipw2200.o

obj-$(CONFIG_LIBIPW) += libipw.o
libipw-objs := \
	libipw_module.o \
	libipw_tx.o \
	libipw_rx.o \
	libipw_wx.o \
	libipw_geo.o