1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-14 03:01:07 +02:00
blogic e1c9572b15 added libjson-c. added driver, webinterface and userspace daemon for the
fonera mp3-hack


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8509 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-27 20:10:35 +00:00

20 lines
471 B
Makefile

# $Id$
#
# Makefile for mp3 - vs1011b driver
#
# Copyright (C) 2007 John '2B|!2B' Crispin john@phrozen.org
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version
# 2 of the License, or (at your option) any later version.
#
obj-m := mp3_drv.o
ifeq ($(MAKING_MODULES),1)
#export-objs := mp3_drv.o
-include $(TOPDIR)/Rules.make
endif