propagator/usb-resource/Makefile
Sergey Bolshakov 1ec038fd23 updated pci probing scheme: stop compile in pci ids form now,
separate map file /modules/modules.map used instead and parsed
at runtime. see related changes in mar module also.
2004-12-15 20:43:02 +00:00

25 lines
660 B
Makefile

#******************************************************************************
#
# $Id$
#
# Guillaume Cottenceau (gc@mandrakesoft.com)
#
# Copyright 2000 MandrakeSoft
#
# This software may be freely redistributed under the terms of the GNU
# public license.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
#*****************************************************************************
all: usb-ids.h
usb-ids.h: update-usb-ids.sh
./update-usb-ids.sh $^ > $@ || rm -f $@
clean:
rm -f usb-ids.h