From 32aaa9a573371e8d3e8053444b87122895b36803 Mon Sep 17 00:00:00 2001 From: Tracey Dent Date: Thu, 7 Jul 2011 14:17:24 -0400 Subject: [PATCH] --- yaml --- r: 260031 b: refs/heads/master c: 84db550cbdb2859a219dc2653bafe3bbdda11708 h: refs/heads/master i: 260029: 8be62f4a12319f01f6aa60da632cae7fd2aa8783 260027: f72e8c0a7c385e1489399e2e9a0d54e28983b960 260023: 35743f9901e33685a68872496affd5326a06ba2c 260015: b2c8eaf02e3c25bb2639f19d7d3f5fbe64e4f906 259999: d2d985dbad5f34bc77e109c0428475f269c5bdea 259967: 44e4d34a96df3e120c04c6cbd9c17d1d1d9b36c3 v: v3 --- [refs] | 2 +- trunk/drivers/staging/altera-stapl/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c3634810fa18..e197d35e7eee 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 06c156072b1edf831dcb20d566839f4c0b6c26f2 +refs/heads/master: 84db550cbdb2859a219dc2653bafe3bbdda11708 diff --git a/trunk/drivers/staging/altera-stapl/Makefile b/trunk/drivers/staging/altera-stapl/Makefile index 055f61ee781a..ddeede3c4b96 100644 --- a/trunk/drivers/staging/altera-stapl/Makefile +++ b/trunk/drivers/staging/altera-stapl/Makefile @@ -1,3 +1,3 @@ -altera-stapl-objs = altera-lpt.o altera-jtag.o altera-comp.o altera.o +altera-stapl-y := altera-lpt.o altera-jtag.o altera-comp.o altera.o obj-$(CONFIG_ALTERA_STAPL) += altera-stapl.o