~ubuntu-branches/ubuntu/edgy/mtd/edgy

« back to all changes in this revision

Viewing changes to drivers/mtd/nand/GNUmakefile

  • Committer: Bazaar Package Importer
  • Author(s): Riku Voipio
  • Date: 2005-01-23 12:56:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050123125616-jlum1hlbtsj2sx5f
Tags: 20050122-2
* Fix the version, darn
* Get rid of historic conflict, closes: #160614

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: GNUmakefile,v 1.1 2001/04/19 23:57:02 dwmw2 Exp $
2
 
 
3
 
ifndef CONFIG_MTD
4
 
 
5
 
# We're being invoked outside a normal kernel build. Fake it
6
 
 
7
 
CONFIG_MTD_NAND := m
8
 
CONFIG_MTD_NAND_ECC := m
9
 
# CONFIG_MTD_NAND_SPIA := m
10
 
 
11
 
endif
12
 
 
13
 
# Normal case - build in-kernel
14
 
 
15
 
ifeq ($(VERSION),2)
16
 
 ifneq ($(PATCHLEVEL),4)
17
 
  ifneq ($(PATCHLEVEL),5)
18
 
   OLDTOPDIR := $(TOPDIR)
19
 
   TOPDIR := $(shell pwd)/..
20
 
  endif
21
 
 endif
22
 
endif
23
 
 
 
1
#
 
2
# Out of tree drivers/mtd/nand/GNUmakefile
 
3
#
 
4
# $Id: GNUmakefile,v 1.4 2003/05/21 15:00:04 dwmw2 Exp $
 
5
 
 
6
obj := $(shell pwd)
24
7
include Makefile
25
 
 
26