아래쪽에 썼었는데 리플로 달아놨더니 답변이 없으셔서 다시 새글로 써요..

Makefile을 다시 수정하고 난뒤에 make clean을 하니 아래와 같이 또 뜨네요...
이걸 봐선 app에선 문제가 없고...
device 쪽에서 문제가 있는 것 같은데요...
무슨 문제인지를 모르겠네요...

root@heya-com:/gpio# make clean
for i in app device ; do make -C $i clean; done
make[1]: Entering directory `/gpio/app'
rm -rf test.o test_app core
make[1]: Leaving directory `/gpio/app'
make[1]: Entering directory `/gpio/device'
make[1]: *** /home/heya/com/linux-2.4.19: Is a directory.  멈춤.
make[1]: Leaving directory `/gpio/device'
make: *** [clean] 오류 2
root@heya-com:/gpio#


왜 계속 /home/heya/com/linux-2.4.19 여기에서 멈춘다고 나오는 건지 모르겠네요...
이 부분이 왜 이렇게 되는지를 설명 부탁 드립니다.
그리고 해결할 방안이 있다면 가르쳐 주시면 감사드리겠습니다