~ubuntu-branches/ubuntu/precise/v4l-utils/precise

« back to all changes in this revision

Viewing changes to utils/xc3028-firmware/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Gregor Jasny
  • Date: 2010-02-28 19:44:15 UTC
  • Revision ID: james.westby@ubuntu.com-20100228194415-067hdj8rvawj91zw
Tags: upstream-0.7.90
ImportĀ upstreamĀ versionĀ 0.7.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TARGETS = firmware-tool
 
2
 
 
3
all: $(TARGETS)
 
4
 
 
5
-include *.d
 
6
 
 
7
firmware-tool: firmware-tool.o standards.o
 
8
        $(CC) $(LDFLAGS) -o $@ $^
 
9
 
 
10
sync-with-kernel:
 
11
        @if [ ! -f $(KERNEL_DIR)/drivers/media/common/tuners/tuner-xc2028-types.h ]; then \
 
12
          echo "Error you must set KERNEL_DIR to point to an extracted kernel source dir"; \
 
13
          exit 1; \
 
14
        fi
 
15
        cp -a $(KERNEL_DIR)/drivers/media/common/tuners/tuner-xc2028-types.h .
 
16
 
 
17
install:
 
18
 
 
19
include ../../Make.rules